#about {
  padding-top: 80px;
  background-image: linear-gradient(rgba(223, 219, 219, 0.795), rgba(223, 219, 219, 0.795)), url("../images/components/healthbackground.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
#about .title {
  text-align: center;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-bottom: 2rem;
  color: black;
}
@media only screen and (max-width: 900px) {
  #about .title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  #about .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 350px) {
  #about .title {
    font-size: 2.5rem;
  }
}
#about .subTitle {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-bottom: 2rem;
  color: black;
}
@media only screen and (max-width: 900px) {
  #about .subTitle {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  #about .subTitle {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 350px) {
  #about .subTitle {
    font-size: 2.5rem;
  }
}
#about .main-about {
  text-align: justify;
  color: black;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
}
#about .main-about .start-about {
  font-weight: bold;
  font-weight: 600;
  font-size: 20px;
  color: orange;
}

/*# sourceMappingURL=about.css.map */
